Window is the window number of a Tools Plus window. Window must be less than or equal to MaxWindows as defined by InitToolsPlus. The window may be hidden.
The function with a value that corresponds to the type of window being referenced. The four constants that can be used to evaluate a window’s type are wNoKind (window is not open), wToolBarKind, wFloatingKind, and wStandardKind.
function WindowPointer(Window: INTEGER): WindowPtr;
This function returns a window pointer to a Tools Plus window regardless if it is open or not.
Window is the window number of a Tools Plus window. Window must be less than or equal to MaxWindows as defined by InitToolsPlus. If it is not, nil is returned.